home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem *** Runecho.bat - Version 2.0
- rem ***
- rem *** Runecho is a special batch file which is useful in debugging Notice
- rem *** Board commands. In the case of a problem executing a command from a
- rem *** menu option, insert the word runecho in front of the command line.
- rem *** The effect of this will be to call this file with the real command
- rem *** line as a set of parameters which will simply be echoed to the
- rem *** screen. It should then be straightforward to see why the command
- rem *** doesn't do what you think it should.
- cls
- echo %1 %2 %3 %4 %5 %6 %7 %8 %9
- pause
- rem Replace the following with the commands to restart NOTICE BOARD, such as:
- rem
- rem c:
- rem cd \notice
- rem notice
- rem
- notice
-